a11y: Simplify atspi context a bit
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Sep 2021 03:04:56 +0000 (23:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 Sep 2021 14:58:23 +0000 (10:58 -0400)
commit01abd1565e3d564b0464ac013f02f2b9e22d97d3
tree5d3ba9aa0554f3f7e7b7563f9d12b56caa895feb
parent160aeb4879cbf0331d9e35897cc5ffbf5ef0f31e
a11y: Simplify atspi context a bit

We don't really need a bus-address property
that gets copied for every single object.
We keep the address in object data on the
display anyway. Just use it from there.

This gets rid of a nice amount of strdups
at startup.
gtk/a11y/gtkatspicontext.c